type github.com/andybalholm/brotli.blockSplit
31 uses
github.com/andybalholm/brotli (current package)
block_splitter.go#L11: type blockSplit struct {
block_splitter.go#L88: func initBlockSplit(self *blockSplit) {
block_splitter.go#L97: func splitBlock(cmds []command, data []byte, pos uint, mask uint, params *encoderParams, literal_split *blockSplit, insert_and_copy_split *blockSplit, dist_split *blockSplit) {
block_splitter_command.go#L191: func clusterBlocksCommand(data []uint16, length uint, num_blocks uint, block_ids []byte, split *blockSplit) {
block_splitter_command.go#L375: func splitByteVectorCommand(data []uint16, literals_per_histogram uint, max_histograms uint, sampling_stride_length uint, block_switch_cost float64, params *encoderParams, split *blockSplit) {
block_splitter_distance.go#L191: func clusterBlocksDistance(data []uint16, length uint, num_blocks uint, block_ids []byte, split *blockSplit) {
block_splitter_distance.go#L375: func splitByteVectorDistance(data []uint16, length uint, literals_per_histogram uint, max_histograms uint, sampling_stride_length uint, block_switch_cost float64, params *encoderParams, split *blockSplit) {
block_splitter_literal.go#L191: func clusterBlocksLiteral(data []byte, length uint, num_blocks uint, block_ids []byte, split *blockSplit) {
block_splitter_literal.go#L375: func splitByteVectorLiteral(data []byte, length uint, literals_per_histogram uint, max_histograms uint, sampling_stride_length uint, block_switch_cost float64, params *encoderParams, split *blockSplit) {
histogram.go#L156: split_ *blockSplit
histogram.go#L162: func initBlockSplitIterator(self *blockSplitIterator, split *blockSplit) {
histogram.go#L183: func buildHistogramsWithContext(cmds []command, literal_split *blockSplit, insert_and_copy_split *blockSplit, dist_split *blockSplit, ringbuffer []byte, start_pos uint, mask uint, prev_byte byte, prev_byte2 byte, context_modes []int, literal_histograms []histogramLiteral, insert_and_copy_histograms []histogramCommand, copy_dist_histograms []histogramDistance) {
metablock.go#L17: literal_split blockSplit
metablock.go#L18: command_split blockSplit
metablock.go#L19: distance_split blockSplit
metablock.go#L280: split_ *blockSplit
metablock.go#L291: func initContextBlockSplitter(self *contextBlockSplitter, alphabet_size uint, num_contexts uint, min_block_size uint, split_threshold float64, num_symbols uint, split *blockSplit, histograms *[]histogramLiteral, histograms_size *uint) {
metablock.go#L336: var split *blockSplit = self.split_
metablock_command.go#L16: split_ *blockSplit
metablock_command.go#L27: func initBlockSplitterCommand(self *blockSplitterCommand, alphabet_size uint, min_block_size uint, split_threshold float64, num_symbols uint, split *blockSplit, histograms *[]histogramCommand, histograms_size *uint) {
metablock_command.go#L66: var split *blockSplit = self.split_
metablock_distance.go#L16: split_ *blockSplit
metablock_distance.go#L27: func initBlockSplitterDistance(self *blockSplitterDistance, alphabet_size uint, min_block_size uint, split_threshold float64, num_symbols uint, split *blockSplit, histograms *[]histogramDistance, histograms_size *uint) {
metablock_distance.go#L66: var split *blockSplit = self.split_
metablock_literal.go#L16: split_ *blockSplit
metablock_literal.go#L27: func initBlockSplitterLiteral(self *blockSplitterLiteral, alphabet_size uint, min_block_size uint, split_threshold float64, num_symbols uint, split *blockSplit, histograms *[]histogramLiteral, histograms_size *uint) {
metablock_literal.go#L66: var split *blockSplit = self.split_
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |